home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-25 | 493 b | 16 lines | [TEXT/CWIE] |
- // ===========================================================================
- // NS_Utils.h ©1996 Timo Eloranta
- // ===========================================================================
- // Utility functions used by the NeuroSim app
-
- #pragma once
-
- #include <PP_Types.h>
- #include <UKeyFilters.h> // EKeyStatus
-
- Int16 RangedRdm( Int16 inMin, Int16 inMax );
-
- pascal OSErr PlayOneSnd( ResIDT inSoundID, Boolean inAsync );
-
- EKeyStatus SignedIntField( const EventRecord &inKeyEvent );
-